FRAMES | NO FRAMES
Schematic Service
URL http://<mapserver-url>/exts/SchematicsServer
Supported Operations Search Diagrams
Parent Resource Map Service
Child Resources Schematic Diagrams   Schematic Folders   Schematic Layers   Schematic Diagram Templates

Description

The Schematic Service resource represents a Schematics service published with ArcGIS Server. The resource provides information about the service itself (name, type), the number of published diagrams and published schematic layers, and the number of published diagram templates.

Here is an overview of the capabilities supported in the Schematic Server REST API:

Resource Hierarchy

Schematic Service

Parameters

Parameter Details
f Description: The response format. The default response format is html.

Values: html | json

Example Usage

Example 1: the S1_Schematics public sample Schematics service
http://servicesbeta6.esri.com/arcgis/rest/services/S1_Schematics/MapServer/exts/SchematicsServer

Example 2: the S2_InternalPlants public sample Schematics service
http://servicesbeta6.esri.com/arcgis/rest/services/S2_InternalPlants/MapServer/exts/SchematicsServer

JSON Response Syntax

{

"name" : "<ServiceName>",
"type" : "<ServiceType>",
"nbEstimatedDiagrams" : <nbEstimatedDiagrams>,
"nbTemplates" : <nbTemplates>,
"nbSchematicLayers" : <nbSchematicLayers>
}

JSON Response Example

{

"name" : "Schematics Server",
"type" : "Map Server Extension",
"nbEstimatedDiagrams" : 15,
"nbTemplates" : 4,
"nbSchematicLayers" : 4
}